home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / hpaccs.lzh / utils / autobup.bat next >
DOS Batch File  |  1991-05-01  |  1KB  |  37 lines

  1. *
  2. * batch-file for AUTOBUP.PRG        20.4.1991 V.Illich
  3. *
  4. archivar=i:\archivar\zoo.ttp
  5. *                                 here is written the full path for the archive
  6. *                                program
  7. archopts_recursive=aunP//
  8. *                                Options you need to get the contents of a
  9. *                                subdir and all its subdirs
  10. archopts_norm=aunP
  11. *                                Options you need to get only the contents of
  12. *                                a subdir
  13. archext=.ZOO
  14. *                                Extension for archive files
  15. archenv=ZOOPAUSE=no
  16. *                                Environment variable needed to tell the
  17. *                                archivar not to stop after work
  18. backuppath1=d:
  19. archpath1=k:\d
  20. *                                'backuppath<x>' and 'archpath<x>' define
  21. *                                the process of backup x :
  22. *                                <d:>    means to hold all subdirs of d:\*.*
  23. *                                        with their contents in archive files
  24. *                                        hold in    <k:\d\>. The names of the
  25. *                                        subdirs (without extension) become
  26. *                                        the names of archives. Files in
  27. *                                        given dir are written in an archive
  28. *                                        named BASE_DIR.
  29. *
  30. *                                An example for given paths:
  31. *
  32. *                                D:\CALAMUS\*.*    ->    K:\D\CALAMUS.ZOO
  33. *                                D:\TEX\*.*        ->    K:\D\TEX.ZOO
  34. *                                ...
  35. *                                D:\*.*            ->    K:\D\BASE_DIR.ZOO
  36. *
  37.